home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Jotto ][ 1.2 / source / Shell ƒ / main.h < prev    next >
Encoding:
Text File  |  1994-10-30  |  323 b   |  8 lines  |  [TEXT/MMCC]

  1. void main(void);
  2. void EventLoop(void);
  3. Boolean HandleSingleEvent(Boolean allowContextSwitching);
  4. short GetTheModifiers(void);
  5. void DispatchEvents(EventRecord theEvent, Boolean allowContextSwitching);
  6. void HandleMouseDown(EventRecord theEvent, Boolean allowContextSwitching);
  7. void ShutDownEnvironment(Boolean fullShutdown);
  8.